home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / PBTL111.ZIP / HISTORY.DOC < prev    next >
Text File  |  1994-04-14  |  3KB  |  65 lines

  1.                          PBTLIB History of Changes
  2.  
  3. April 14, 1994
  4.   ■ As pointed out by Scott Tucker, if you put a space in between the
  5.     comma and the list file name, PBTLIB would give an error.  It's
  6.     fixed.
  7.  
  8. April 13, 1994
  9.   ■ A few final documentation changes and it's ready for release.
  10.   ■ Added the /PIZZA command.
  11.  
  12. April 12, 1994
  13.   ■ Added library name to top of list file.
  14.   ■ Added /? option to "Enter libname[.PBL]" command line.
  15.   ■ If there is any command or listfile name on the command line, you
  16.     will no longer be put into interactive mode.  The only way to get
  17.     into interactive mode is to use the command PBTLIB by itself, or
  18.     PBTLIB libname with no commands, options, or listfile name.
  19.   ■ /DIR option now works at the "Enter libname[.PBL]" command to display
  20.     all PBL files in the current directory.
  21.   ■ Added /LIB option from the command line.
  22.   ■ Received registration ID from CompuServe for users to register online
  23.     through SWREG.  ID is 2436.
  24.   ■ Rewrote docs to make them a bit more understandable.
  25.   ■ Ran documentation and license through spell checker.
  26.   ■ Added logic to response file reading to skip blank lines and lines
  27.     which begin with ; for comments.  See TEST.RSP for more info.
  28.  
  29. April 11, 1994
  30.   ■ Added /LIB command to interactive mode.  This will display a list of
  31.     all modules in the current open library.
  32.  
  33. April 10, 1994
  34.   ■ Added "*" and "-*" options for extraction of modules.
  35.   ■ Typed up first documentation file.
  36.  
  37. April 9, 1994
  38.   ■ Added "-+" option to replace modules.
  39.   ■ Response files only contain the names of the modules to be operated on
  40.     in a library along with their commands.
  41.   ■ Added "smart" checking for file extensions.  If you do not specify a
  42.     file extension when operating on a module, PBTLIB will first try the
  43.     extension .PBU, then .OBJ before giving an error.
  44.   ■ Added list file generation.
  45.   ■ In interactive mode, you can type "/DIR" and "/?" on the operation
  46.     command line.  "/DIR" will give you a directory of all PBU and OBJ
  47.     files.  "/?" will give you a help list of available commands.
  48.  
  49. April 8, 1994
  50.   ■ Created first beta.  It only supports the "+" and "-" commands right
  51.     now for adding and deleting modules to a library and creating new
  52.     libraries.  Fully supports response files.
  53.  
  54.     Examples:
  55.       PBTLIB                                       ; interactive mode
  56.       PBTLIB /?                                    ; display help
  57.       PBTLIB /INFO                                 ; display info
  58.       PBTLIB test +dayname +bprint                 ; command line mode
  59.       PBTLIB test @test.rsp                        ; command line mode
  60.                                                    ;  with response file
  61.       PBTLIB test -dayname,test                    ; remove a module
  62.                                                    ;  generate a list file
  63.       PBTLIB test -+dayname,test                   ; replace a module
  64.                                                    ;  generate a list file
  65.